-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document pre-commit mirror #3828
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hauntsaninja
force-pushed
the
pre-commit-mirror
branch
from
August 4, 2023 01:36
3226470
to
f82ed03
Compare
for more information, see https://pre-commit.ci
JelleZijlstra
approved these changes
Aug 4, 2023
This was referenced Aug 4, 2023
1 task
dorschw
added a commit
to demisto/demisto-sdk
that referenced
this pull request
Sep 10, 2023
dorschw
added a commit
to demisto/demisto-sdk
that referenced
this pull request
Sep 10, 2023
mcdonnnj
added a commit
to cisagov/skeleton-generic
that referenced
this pull request
Sep 11, 2023
This mirror was created to leverage performance optimizations from mypyc wheels that are available if black is installed from PyPI. These wheels are not available if black is installed from source as it would be using the old URL. Please see psf/black#3828 and psf/black#3405 for more information.
mcdonnnj
added a commit
to cisagov/skeleton-generic
that referenced
this pull request
Sep 13, 2023
This mirror was created to leverage performance optimizations from mypyc wheels that are available if black is installed from PyPI. These wheels are not available if black is installed from source as it would be using the old URL. Please see psf/black#3828 and psf/black#3405 for more information.
s-weigand
added a commit
to glotaran/pyglotaran-extras
that referenced
this pull request
Sep 16, 2023
[See latest black release](https://github.com/psf/black/releases/tag/23.9.0) > Black now has an [official pre-commit mirror](https://github.com/psf/black-pre-commit-mirror). Swapping https://github.com/psf/black to https://github.com/psf/black-pre-commit-mirror in your .pre-commit-config.yaml will make Black about 2x faster (psf/black#3828) ### Change summary - [🧰 Use black-pre-commit-mirror for 2x speedup](03efc26) <!-- Documentation changes, only needed if bigger changes were made --> <!-- Links to the changed sections - [section1](link_to_docs_built_for_the_PR) - [section2](link_to_docs_built_for_the_PR) --> ### Checklist - [x] ✔️ Passing the tests (mandatory for all PR's)
dav3r
added a commit
to cisagov/cyhy-feeds
that referenced
this pull request
Nov 9, 2023
This mirror was created to leverage performance optimizations from mypyc wheels that are available if black is installed from PyPI. These wheels are not available if black is installed from source as it would be using the old URL. Please see psf/black#3828 and psf/black#3405 for more information. Co-authored-by: Nick <[email protected]>
jsf9k
pushed a commit
to cisagov/ansible-role-clamav
that referenced
this pull request
Dec 19, 2023
This mirror was created to leverage performance optimizations from mypyc wheels that are available if black is installed from PyPI. These wheels are not available if black is installed from source as it would be using the old URL. Please see psf/black#3828 and psf/black#3405 for more information.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #3405